home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 9A / PC Extra 9A-2000.iso / Bat filerna / Prompt.BAT < prev   
Encoding:
DOS Batch File  |  2000-07-25  |  154 b   |  9 lines

  1. @echo off
  2. cd %1
  3. IF ERRORLEVEL 0 goto okay
  4. echo You can't send a file to the command prompt!!
  5. pause
  6. exit
  7. :okay
  8. c:\windows\command.com /E:32768
  9. exit